home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oexplosion.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  243b  |  13 lines

  1. #ifndef _OEXPLOSION_H_
  2. #define _OEXPLOSION_H_
  3.  
  4. enum
  5. {
  6.     EXPLOSIONOBJECT_PSPEED     = 1000,
  7.     EXPLOSIONOBJECT_ASPEED     = 1001,
  8.     EXPLOSIONOBJECT_ENDSIZE  = 1002,
  9.     EXPLOSIONOBJECT_RANDOM   = 1003,
  10.     EXPLOSIONOBJECT_STRENGTH = 1004
  11. };
  12.  
  13. #endif